/* temporarily hide woocommerce cart until merchandise is added */

.et-cart-info {
    display: none;
}

body {
    background-color: #231f20;
}

.et_right_sidebar #left-area {
    width: 100%;
    padding-right 0;
}

.container:before {
    display: none;
}

.centered-inline-logo-wrap {
    width: 120px !important;
}

.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo {
    min-height: 100px;
}

.mobile_menu_bar::before {
    color: #fff;
}

#mobile_menu {
    color: #ff9003;
    border-top-color: #ff9003;
}

.et_pb_section {
    box-shadow: 0px 0px 10px rgb(0, 0, 0);
}

#landing .et_pb_slide,
#about-us,
#beer,
#menu,
#merchandise,
#calendar,
#contact-us {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

h2,
h1.entry-title,
.null-instagram-feed h4 {
    font-variant: small-caps;
}

#main-content h2:not(.et_pb_slide_title),
h1.entry-title,
.null-instagram-feed h4 {
    font-size: 36px;
    background: #333;
    padding: 20px;
    display: inline-block;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    padding-left: 48px;
}

#main-content h2:not(.et_pb_slide_title):before,
h1.entry-title:before,
.null-instagram-feed h4:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 1;
    left: 12px;
    background-image: url('../../uploads/upcountry_swirl.svg');
}

.et_pb_slide_description * {
    /*background: none !important;*/
    border: none;
}

.et_pb_slide_description {
    /*background: rgba(0,0,0,0.6);*/
    position: relative;
}


/* remove the styles below after applicable content is added */

h2.et_pb_slide_title {
    padding-bottom: 20px !important;
}

.et_pb_slide_description * {
    border-radius: 0 !important;
}

#main-content .et_pb_slide_content {
    padding-bottom: 20px;
}

.et_pb_more_button {
    /*position: absolute;*/
    /*bottom: 30%;*/
    /*right: 110px;*/
    width: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, .63);
    text-transform: uppercase;
}

.et_pb_more_button:hover {
    background-color: #FF9003;
}

.et_pb_blurb {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 3px;
}

.et_pb_blurb {
    background-color: #FF9003 !important;
}

.et_pb_blurb a {
    color: #fff;
}

img[class^="size"] {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 3px;
    border: 4px solid #fff;
}

#beer {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('../../uploads/bar-countertop.jpg');
}

#beer .query-beer {
    padding: 0;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#beer .query-beer > li {
    list-style: none;
    background: #7c1515;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 1.2em;
    margin-right: 4%;
    padding-bottom: 40px;
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 22%;
    flex-basis: 22%;
}

#beer li:nth-of-type(4n) {
    margin-right: 0;
}

#beer li h3 {
    color: #fff;
    font-variant: small-caps;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    margin-bottom: 8px;
}

#beer li img {
    margin-bottom: 10px;
}

#beer li p {
    margin: 10px 0 20px 0;
}

#beer .stat {
    margin-top: 20px;
    width: 30%;
    text-align: center;
    display: block;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
}

#beer .stat:nth-of-type(3n-2) {
    left: 20px;
}

#beer .stat:nth-of-type(3n-1) {
    left: 50%;
    right: 50%;
    transform: translate3d(-50%, 0, 0);
}

#beer .stat:nth-of-type(3n) {
    right: 20px;
}

#beer .stat:not(span) {
    font-weight: bold;
}

#merchandise img {
    width: 100%;
    height: auto;
    border-radius: 9999px;
}

#merchandise .et_pb_module {
    /*object-fit: cover;*/
    margin-bottom: 10px;
}

#ai1ec-calendar {
    background-color: rgba(255, 255, 255, 0.8);
}

.ai1ec-calendar-toolbar {
    border: none;
}

#contact-us {
    background: linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url('../../uploads/vehicular-wall-art.jpg');
}

#contact-us label {
    display: none;
}

#contact-us input,
#contact-us-section textarea {
    border: none;
    background: #fff;
    color: #333;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    margin-right: 0;
}

#contact-us .gform_button,
.null-instagram-feed p a {
    text-transform: uppercase;
    color: #fff;
    background: #FF9003;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    font-family: "open sans", sans-serif;
}

#contact-us li.gfield[id^="field"] {
    padding-right: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #999;
}


/* Instagram Widget */

.null-instagram-feed,
.instagram-pics {
    width: 100% !important;
}

.instagram-pics li {
    display: inline-block;
    max-width: 23%;
    margin: .5em;
}

.instagram-pics {
    margin-bottom: 1em;
    text-align: center;
}

.null-instagram-feed p {
    text-align: center;
}

.null-instagram-feed p a {
    font-size: 16px;
    padding: 10px;
    color: #fff !important;
    width: 80%;
    display: block;
    max-width: 500px;
    margin: 0 auto;
}


/* End Instagram Widget */

/* Menu Page */
.page-id-250 .et_pb_column img {height: 400px;}

.home .menus a{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.home .et_pb_toggle img{max-width: 1200px; width: 100%;}

/* End Menu Page */

@media (max-width: 980px) {
    #page-container {
        padding-top: 60px !important;
    }
    .et_header_style_split .mobile_nav span.select_page {
        display: none;
    }
    .et_header_style_split header#main-header .logo_container {
        max-height: 0;
        overflow: visible;
    }
    .et_header_style_split #logo {
        max-height: 100px;
        margin-top: -24px;
    }
    .et_header_style_split #main-header .mobile_nav {
        background-color: transparent;
    }
    .et_header_style_split #main-header {
        position: fixed !important;
        top: 0 !important;
        padding-bottom: 30px;
    }
    .et_header_style_split .mobile_menu_bar {
        top: -10px;
    }
    #mobile_menu a {
        text-align: center;
        border-bottom: 2px solid #222;
    }
    #mobile_menu[style="display: block"] {
        position: static !important;
        overflow-y: scroll !important;
    }
    #beer .query-beer > li {
        -webkit-flex-basis: 45%;
        flex-basis: 45%;
        margin-bottom: 1em;
    }
    #beer .query-beer > li:nth-of-type(even) {
        margin-right: 0;
    }
    .null-instagram-feed,
    .instagram-pics {
        min-width: 100% !important;
    }
}

@media (max-width: 600px) {
    #beer .query-beer > li {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }
}